Click or drag to resize

ServiceGetDelegate Method (Mailbox, IListUserId)

Retrieves the delegates of a specific mailbox.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public DelegateResponse GetDelegate(
	Mailbox mailbox,
	IList<UserId> users
)

Parameters

mailbox
Type: Independentsoft.ExchangeMailbox
The mailbox to retrieve the delegates of.
users
Type: System.Collections.GenericIListUserId
The IDs of the delegate users to retrieve.

Return Value

Type: DelegateResponse
DelegateResponse.
See Also